home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / linux / nfsd / interface.h < prev    next >
C/C++ Source or Header  |  2005-10-13  |  311b  |  14 lines

  1. /*
  2.  * include/linux/nfsd/interface.h
  3.  *
  4.  * defines interface between nfsd and other bits of
  5.  * the kernel.  Particularly filesystems (eventually).
  6.  *
  7.  * Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au>
  8.  */
  9.  
  10. #ifndef LINUX_NFSD_INTERFACE_H
  11. #define LINUX_NFSD_INTERFACE_H
  12.  
  13. #endif /* LINUX_NFSD_INTERFACE_H */
  14.